From: Maintainers of GStreamer packages Date: Tue, 19 Jan 2021 23:14:49 +0000 (+0000) Subject: _openexr-std-cxx11 X-Git-Tag: archive/raspbian/1.14.4-1+rvt+deb10u1~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6ccfeebb97eec55b9b9e1b03e7f3c7e5ddd666a7;p=gst-plugins-bad1.0.git _openexr-std-cxx11 =================================================================== Gbp-Pq: Name 03_openexr-std-cxx11.patch --- diff --git a/ext/openexr/Makefile.am b/ext/openexr/Makefile.am index 1a95fee..137850f 100644 --- a/ext/openexr/Makefile.am +++ b/ext/openexr/Makefile.am @@ -6,7 +6,7 @@ libgstopenexr_la_CFLAGS = \ $(OPENEXR_CFLAGS) libgstopenexr_la_CXXFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) \ - $(OPENEXR_CFLAGS) -std=c++98 + $(OPENEXR_CFLAGS) -std=c++11 libgstopenexr_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENEXR_LIBS)